runtime.gcWork.tryGetObjFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1313: 		if b = gcw.tryGetObjFast(); b == 0 {
		mgcmark.go#L1413: 		if b = gcw.tryGetObjFast(); b == 0 {
		mgcwork.go#L288: func (w *gcWork) tryGetObjFast() uintptr {